gtkwidget: Check return value before running bubble phase
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:19:35 +0000 (14:19 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:47:15 +0000 (14:47 +0200)
commitd4a6c2c2418ddc152deb6549d46970ce21a3a49a
treefd6e343c8dcd58049abe8ca021f231162b2b0284
parent564ae6967da10f3784f2b60bdcfad43aa413298d
gtkwidget: Check return value before running bubble phase

If the target widget gets the event consumed on the target phase,
we should not attempt to bubble up, not even within the same widget.
gtk/gtkwidget.c